home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / Visual Studio 6.0 Wizards / Source Code / readme.txt < prev    next >
Encoding:
Text File  |  2002-11-12  |  999 b   |  28 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: DirectX AppWizard
  4. // 
  5. // Copyright (c) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   This is a DirectX AppWizard. It generates a project which optionally 
  13.   can intergrate Direct3D, DirectInput, DirectSound, DirectMusic, and DirectPlay
  14.   into either a MFC dialog or a standard Win32 window.  It relies on the common
  15.   framework used by the DirectX SDK C++ samples.
  16.   
  17. Install Guide
  18. ============
  19.    1. Copy DxAppWiz.awx to x:\Program Files\Microsoft Visual Studio\Common\MSDev98\Template
  20.    
  21. User's Guide
  22. ============
  23.    1. Run VC6
  24.    2. Click "New", under the "New Projects" tab, click the "DirectX AppWizard" wizard.
  25.    3. Type a project name and click OK.
  26.    4. Choose wizard options, and click finish when done.
  27.    5. Build and run the new project.
  28.